* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	box-sizing: border-box;

}

a {
	text-decoration: none;
	color: #999;
}

ul {
	list-style: none;
}

img {
	border: none;
}

.bg-grey {

}

.content {
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}

h2.title {
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 24px;
	padding-bottom: 24px;padding-top: 30px;
	position: relative;
	font-weight: 600;
}

h2.title:after {
	position: absolute;
	left: 50%;
	width: 46px;
height: 4px;
    margin-left: -23px;
    background-color: #ea0a2a;
	bottom: 0;
	content: '';
}

p.subtitle {
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.tab-block {
	max-width: 1200px;
	height: 580px;
	margin: 10px auto 0;

}

.tab-block.information-tab {
	height: 430px
}

.tab-block.information-tab .tabs {
	height: 380px
}

.tab-block .tab-buttons {
	width: 100%;
	height: 50px;
	background-color: #fafafa
}

.tab-block .tab-buttons .tab-button {
	width: 33.33%;
	float: left;
	height: 50px;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 50px;
	position: relative;
	cursor: pointer
}

.tab-block .tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #333
}

.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1183ff
}

.tab-block .tabs {
	width: 100%;
	height: 528px
}

.tab-block .tabs .tab-item {
	width: 100%;
	height: 100%;
	padding: 20px;
	display: none
}

.tab-block .tabs .tab-item.active {
	display: block
}

.information-tab .information-left {
	width:555px;
	/*height: 427px;*/
	overflow: hidden;
	position: relative;
	float: left;
	background: #f1f1f1;
    padding: 18px;
}

.information-tab .information-left img {
	width: 100%;
	height: auto
}

.information-tab .information-left .left-bottom {

	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 48px;
	line-height: 48px;*/

	z-index: 2;
	color: #fff;
	padding: 20px 1px
}

.information-tab .information-left .left-bottom .article-title {
	font-size: 18px;
	width: 400px;
    width: auto;
    float: left;
    color: #000;
    display: inline-block;
    width: calc(100% - 64px);
}.article-time1 {
    width: auto;
    display: inline-block;
    float: left;
    color: #555;
    padding-right: 10px;
    border-right: 1px solid #ababab;
    margin-right: 10px;
}.article-time1 h5 {
    margin-bottom: 10px;
}
.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}

.information-tab .information-right {
	max-width: 640px;
	height: auto;
	float: right;
}

.information-tab .information-right .article-list {

padding-bottom: 40px;
    
}

.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px;
	background: #f1f1f1;
    padding: 16px;
}

.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle
}

.information-tab .information-right .article-list .article-number {
	width: 40px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #000;

	font-size: 14px
}

.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 14px;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #fff;
	line-height: 20px
}

.information-tab .information-right .article-list .article-content {
	margin-top: 10px;
	padding-left: 44px;
	max-width: 450px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: none
}

.information-tab .information-right .article-list .article-content p {
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	color:#fff;
}

.information-tab .information-right .article-list:nth-of-type(1) .article-number,
.information-tab .information-right .article-list:nth-of-type(2) .article-number,
.information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color:rgba(1,1,1,0);
	color: #000;

}

.information-tab .information-right .article-list.current .article-link {
	background-color: #2e07a9;
	padding: 20px
}

.information-tab .information-right .article-list.current .article-number {
    background-color: rgba(1,1,1,0);
    color: #fff;
}

.information-tab .information-right .article-list.current .article-title {
	color: #fff;
}

.information-tab .information-right .article-list.current .article-content {
	display: block
}

.question-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/question-icon.png) center no-repeat;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}
@media screen and (min-width:1149px) and (max-width:3000px){
.information-tab .information-right {
	width: 49%;
}
}